home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / win_utl2 / letbox.zip / VTSNOTES.TXT < prev    next >
Text File  |  1993-05-01  |  8KB  |  147 lines

  1.                    TECH/TYPE - Typefaces for Technology
  2.  
  3.           Using Video Terminal Screen with Windows Applications
  4.                     Copyright (c) 1991-1993 - E A BEHL
  5.  
  6.  
  7. Capturing DOS Screens in Windows
  8. --------------------------------
  9. DOS screen captures with the Windows Clipboard are a simple process. Start 
  10. by running the DOS application from the Windows DOS Prompt icon or in a DOS 
  11. Window. Press Alt-Spacebar to activate the DOS window control box. Select 
  12. the Edit Mark menu option. Either hold the shift key down and use the 
  13. keyboard arrow keys to highlight the portion of the screen to capture, or 
  14. click and drag the mouse pointer from one corner of the screen to the other. 
  15. When the desired portion is highlighted, press the Enter key.
  16.  
  17. Next, open the Windows Clipboard Viewer. Select the File Save As menu 
  18. option. Enter a file name with .TXT as the file name extension in the File 
  19. Name box and click the OK button.
  20.  
  21. Finally, open the Windows Notepad, select the File Open menu option. Select 
  22. the file name saved with the Clipboard, adding path information if 
  23. necessary, and click on the OK button.
  24.  
  25. The file saved by the Clipboard Viewer contains two text variations of the 
  26. DOS screen. The first variation is untranslated text straight from DOS, and 
  27. the second is text with high-order characters translated based on a table 
  28. described in more detail below.
  29.  
  30. In Notepad, binary header data appears at the top of the file, followed by 
  31. two text sections, which at first glance may appear to be identical. The 
  32. first text segment is the segment we are interested in however. The last 
  33. step is to carefully delete the unnecessary data from the Clipboard file, 
  34. then save the file in Notepad.
  35.  
  36. The text file can now be opened or imported into a Windows application.
  37.  
  38.  
  39. Using VTS with Windows Write
  40. ----------------------------
  41. To use the captured DOS screen in Write, simply open or import the file 
  42. saved with Notepad, and select "No Conversion" when prompted by Write. 
  43. Highlight the text and select the Format Character menu option. Select Video 
  44. Terminal Screen from the typeface names and select a point size if desired.
  45.  
  46.  
  47. Using VTS with Word for Windows
  48. -------------------------------
  49. Open Word for Windows and create a style using VTS as the base font. This 
  50. makes it easy to recognize the DOS screen text when it is imported. Select 
  51. the Insert File menu option. Select the file saved with Notepad. When Word 
  52. prompts for a file type, select "Text Only."
  53.  
  54.  
  55. Using VTS with Ventura Publisher
  56. --------------------------------
  57. Ventura Publisher does not support the direct use of VTS high-order 
  58. characters, whether you are using the GEM version or the Windows version. 
  59. Ventura Publisher has traditionally prohibited use of the characters from 
  60. ASCII 224 to 255. In addition, Ventura has used the ISO-LATIN character 
  61. coding scheme and remaps characters to follow the ANSI definition under 
  62. Windows. Thus, the order of nearly all high-order characters are rearranged.
  63.  
  64. Importing DOS screen captures into Ventura Publisher as text is not 
  65. impossible, however, just a little more complicated. The Box characters file 
  66. of VTS must be installed and included in the Ventura width table.
  67.  
  68. Open Ventura Publisher, select the File Load menu option, then select File 
  69. Type: Text, in the Format box select WS 4.0/5.0, and select the file saved 
  70. in the Clipboard Viewer. The WordStar (WS) filter strips the 8th bit off 
  71. high-order characters, effectively dropping their ASCII value by 128. Once 
  72. the file is loaded, high-order characters appear as low-order characters. 
  73. Switch to Text Edit mode and carefully highlight the characters known to 
  74. have been high-order graphic characters. The last step is to select the Text 
  75. Bold menu item which changes the highlighted text to box characters. 
  76.  
  77.  
  78. Adjusting the Appearance of VTS
  79. -------------------------------
  80. Once the text has been imported, paying attention to line and character
  81. spacing will make VTS look just like a screen capture. Word for Windows is
  82. discussed specifically, but other word processors probably have similar
  83. controls.
  84.  
  85. Normally, typesetting adds space above lines of text, called "leading" in
  86. typesetting terms, to keep descender strokes of characters such as the lower
  87. case g, j, p, and q from crashing into capital letters, numerals, and lower
  88. case characters with ascender strokes such as the b, d, h, k, and l.
  89.  
  90. This extra spacing can defeat the ability to make continuous vertical lines
  91. with the 179 or 186 characters. To make the graphic characters from adjacent
  92. lines connect, set the Line Spacing in Paragraph Format to the same point
  93. value as the size of the text. In effect, VTS text at 10 point should have a
  94. paragraph line spacing of "Exactly - 10pt". Generally, horizontal spacing
  95. does not have to be adjusted, however if horizontal lines look dashed
  96. instead of continuous, verify that the alignment of the text is flush left
  97. and not justified. Justification may stretch the space between characters,
  98. defeating the fixed-pitch nature of VTS. If justification is not a problem,
  99. you may want to adjust Character Spacing in the Character Format dialog box.
  100.  
  101.  
  102. Avoiding Trouble Importing DOS Screens in Windows Applications
  103. --------------------------------------------------------------
  104. The most common trouble using VTS in Windows applications is importing text 
  105. containing high-order characters (those with values above 127) from DOS.
  106.  
  107. Beginning with Windows version 3.0, Microsoft heartily endorsed the ANSI
  108. typeface character set. The introduction of TrueType technology in
  109. version 3.1 married Windows to this standard all the more. In the typeface
  110. industry, characters equivalent to the DOS' PC-8 single and double box
  111. characters just don't exist -- most likely because they come from the
  112. typesetting world where lines are usually created in some other fashion.
  113.  
  114. Microsoft recommends that Windows applications handle the transition from
  115. PC-8 to ANSI, by using a translation table to change PC-8 box characters to
  116. ordinary characters in the ANSI character set, such as hyphens and plus
  117. signs. The ANSI assignments for foreign language characters also differ from
  118. the PC-8 set, so Microsoft also recommends translating these characters from
  119. PC-8 to ANSI as well.
  120.  
  121. Thus, as text is imported, Windows applications typically change the value
  122. of incoming high-order characters to counterparts in the ANSI character set.
  123. For instance, the horizontal line character in the PC-8 character set has a
  124. value of 196. This value is routinely changed to 45 (a hyphen) which is the
  125. closest thing an ANSI typeface has to offer. Similarly, an incoming
  126. character with a value of 160 -- the accented `a' in the PC-8 set, is
  127. changed to 225 -- the corresponding `a acute' character in the ANSI
  128. character set.
  129.  
  130. VTS on the other hand, is a typeface which bucks the ANSI assignments and
  131. follows the PC-8 assignment, eliminating the need to change the value of
  132. high-order characters from a DOS application. The trick in using VTS with
  133. imported text containing high-order characters then, is to make sure the
  134. Windows application doesn't translate the values in the process of importing
  135. the DOS text.
  136.  
  137. Many Windows word processors and other applications have an option for 
  138. importing text without translation. Write, for instance, asks you directly, 
  139. whether you want to convert a file that is not in the Write format as you 
  140. import it. Other applications are not always so explicit. Word for Windows, 
  141. for instance, has several filters for importing text files, however the 
  142. correct choice -- "Text Only" is not an obvious choice. In general, you may 
  143. have to import the text file several times before determining the method 
  144. in each application that does not translate high-order characters.
  145.  
  146.  
  147. End